home *** CD-ROM | disk | FTP | other *** search
/ Cyber Strip Poker / Cyber Strip Poker.rar / IMAGE.img / poker2.dir / 00322_Script_322 < prev    next >
Text File  |  1995-08-14  |  101b  |  7 lines

  1. if random (3)=1 then 
  2.   go "Flip"
  3. else 
  4.   if random (2) = 1 then go "F1"
  5.   else go "F2"
  6. end if
  7.